GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-25T20:49:10.6581998+00:00",
"SubmitDate": "2026-02-25T20:49:10.6581998+00:00",
"ReportPeriodStart": "2026-02-25T20:49:10.6581998+00:00",
"ReportPeriodEnd": "2026-02-25T20:49:10.6581998+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "831ffa83-486a-41ed-8e2d-1fdb4b3cd765",
"Rows": [
{
"ItemId": "2282c47a-e31e-45df-843b-07525982aa8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2282c47a-e31e-45df-843b-07525982aa8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "831ffa83-486a-41ed-8e2d-1fdb4b3cd765",
"Rows": [
{
"ItemId": "2282c47a-e31e-45df-843b-07525982aa8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2282c47a-e31e-45df-843b-07525982aa8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7404936d-2d56-499a-9b5a-ed3e3bd8943c",
"2f0b016c-78e2-47f5-b652-2707e0b31dba"
],
"Approvers": [
"838952d1-dc25-4fe6-a5a1-ac12b379468e",
"2839fa77-39f8-4312-a560-1e876b98910b"
],
"ApprovedBy": "f2de685e-8cc9-46ea-b586-715c37113043",
"ApprovalDate": "2026-02-25T20:49:10.6581998+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bb080eb9-08a5-4a5d-ae5c-cd8ef292c2fe",
"id": "35ff73a9-325b-4d68-822e-07ca5fa50b76",
"ConfigId": "91d452b8-099c-44db-b346-9d213f80a838"
},
{
"GenerationDate": "2026-02-25T20:49:10.6581998+00:00",
"SubmitDate": "2026-02-25T20:49:10.6581998+00:00",
"ReportPeriodStart": "2026-02-25T20:49:10.6581998+00:00",
"ReportPeriodEnd": "2026-02-25T20:49:10.6581998+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "831ffa83-486a-41ed-8e2d-1fdb4b3cd765",
"Rows": [
{
"ItemId": "2282c47a-e31e-45df-843b-07525982aa8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2282c47a-e31e-45df-843b-07525982aa8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "831ffa83-486a-41ed-8e2d-1fdb4b3cd765",
"Rows": [
{
"ItemId": "2282c47a-e31e-45df-843b-07525982aa8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2282c47a-e31e-45df-843b-07525982aa8a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7404936d-2d56-499a-9b5a-ed3e3bd8943c",
"2f0b016c-78e2-47f5-b652-2707e0b31dba"
],
"Approvers": [
"838952d1-dc25-4fe6-a5a1-ac12b379468e",
"2839fa77-39f8-4312-a560-1e876b98910b"
],
"ApprovedBy": "f2de685e-8cc9-46ea-b586-715c37113043",
"ApprovalDate": "2026-02-25T20:49:10.6581998+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bb080eb9-08a5-4a5d-ae5c-cd8ef292c2fe",
"id": "35ff73a9-325b-4d68-822e-07ca5fa50b76",
"ConfigId": "91d452b8-099c-44db-b346-9d213f80a838"
}
]